home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / utils / treesize / _SETUP.1 / Tsizepro.exe / 0 / RCDATA / TSHAREWAREDLG / TSHAREWAREDLG.txt
Text File  |  1998-05-31  |  2KB  |  101 lines

  1. object SharewareDlg: TSharewareDlg
  2.   Left = 195
  3.   Top = 109
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'TreeSize Professional'
  7.   ClientHeight = 181
  8.   ClientWidth = 395
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 379
  20.     Height = 134
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 12
  27.       Width = 303
  28.       Height = 13
  29.       Caption = 'This is an unregistered copy of TreeSize Professional'
  30.       Font.Charset = DEFAULT_CHARSET
  31.       Font.Color = clWindowText
  32.       Font.Height = -11
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object Url: TUrlLabel
  38.       Left = 8
  39.       Top = 100
  40.       Width = 203
  41.       Height = 13
  42.       Cursor = 5
  43.       Caption = 'http://www.jam-software.com/treesize.html'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clBlue
  46.       Font.Height = -11
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsUnderline]
  49.       ParentFont = False
  50.       PopupMenu = Url.
  51.     end
  52.     object Label2: TLabel
  53.       Left = 8
  54.       Top = 36
  55.       Width = 237
  56.       Height = 13
  57.       Caption = 'You have tried this software for a while and should'
  58.     end
  59.     object Label3: TLabel
  60.       Left = 8
  61.       Top = 52
  62.       Width = 223
  63.       Height = 13
  64.       Caption = 'register now to encourage further development.'
  65.     end
  66.     object Label4: TLabel
  67.       Left = 8
  68.       Top = 84
  69.       Width = 159
  70.       Height = 13
  71.       Caption = 'TreeSize Professional Web Page:'
  72.     end
  73.   end
  74.   object OKBtn: TButton
  75.     Left = 7
  76.     Top = 150
  77.     Width = 74
  78.     Height = 25
  79.     Caption = 'OK'
  80.     Default = True
  81.     ModalResult = 1
  82.     TabOrder = 1
  83.     OnClick = OKBtnClick
  84.   end
  85.   object Button1: TButton
  86.     Left = 220
  87.     Top = 150
  88.     Width = 168
  89.     Height = 25
  90.     Caption = '&Registration Information'
  91.     Default = True
  92.     TabOrder = 2
  93.     OnClick = Button1Click
  94.   end
  95.   object Timer: TTimer
  96.     OnTimer = TimerTimer
  97.     Left = 104
  98.     Top = 148
  99.   end
  100. end
  101.